- {env_var:"TZ", env_value:"Europe/London", desc:"Specify a timezone to use EG Europe/London."}
- {env_var:"TZ", env_value:"Europe/London", desc:"Specify a timezone to use EG Europe/London."}
- {env_var:"MAXMEM", env_value:"<maxmem>", desc:"To set the maximum memory."}
- {env_var:"MAXMEM", env_value:"<maxmem>", desc:"To set the maximum memory. ( ex: set '1024' for 1GB )"}
param_usage_include_vols:true
param_usage_include_vols:true
param_volumes:
param_volumes:
- {vol_path:"/config", vol_host_path:"<path to data>", desc:"Config files and database for ubooquity."}
- {vol_path:"/config", vol_host_path:"<path to data>", desc:"Config files and database for ubooquity."}
@ -62,7 +62,7 @@ app_setup_block: |
The quantity of memory allocated to Ubooquity depends on the hardware your are running it on. If this quantity is too small, you might sometime saturate it with when performing memory intensive operations. That’s when you get `java.lang.OutOfMemoryError:` Java heap space errors.
The quantity of memory allocated to Ubooquity depends on the hardware your are running it on. If this quantity is too small, you might sometime saturate it with when performing memory intensive operations. That’s when you get `java.lang.OutOfMemoryError:` Java heap space errors.
You can explicitly set the amount of memory Ubooquity is allowed to use (be careful to set a value lower than the actual physical memory of your hardware).
You can explicitly set the amount of memory Ubooquity is allowed to use (be careful to set a value lower than the actual physical memory of your hardware). Value is a number of megabytes ( put just a number, without MB )