You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to run an Ubuntu game inside the container and I need to increase the shared memory size.
I've tried on the neko-rooms ADD ROOM / expert setings to add a new key shm_size and value '16gb' without success.
It seems that the value of shm_size is hardcoded to 2GB
Can you help me? Thank you.
The text was updated successfully, but these errors were encountered:
You could add it to default room variables, that are stored in VUEx store. Run this in your console:
// from https://stackoverflow.com/a/69466883/1113204 varvue=Array.from(document.querySelectorAll('*')).find(e=>e.__vue__).__vue__// set custom settingsvue.$store.state.defaultRoomSettings.resources={shm_size: 3000000000}
Every room created in that page (until refreshed) will have specified values.
I want to run an Ubuntu game inside the container and I need to increase the shared memory size.
I've tried on the neko-rooms ADD ROOM / expert setings to add a new key shm_size and value '16gb' without success.
It seems that the value of shm_size is hardcoded to 2GB
Can you help me? Thank you.
The text was updated successfully, but these errors were encountered: