How to set maxmem value?
Hello, I'm new to configuring my twonkymedia server. I'm currently running v4.4.11 on my NAS device and noticed my Maxmem value is set to 15000 by default. How do I increase the value?
Re: How to set maxmem value?
Use the RPC call functionality from a web browser:
http://<your_ip>:9000/rpc/get_option?maxmem
should return the current value as displayed on Server Status config page. Then use
http://<your_ip>:9000/rpc/set_option?maxmem=XXXXXXXX
to set the value to what you want (replace the XXXXXXXXs with your value).
This should work for all config options.
PB
http://<your_ip>:9000/rpc/get_option?maxmem
should return the current value as displayed on Server Status config page. Then use
http://<your_ip>:9000/rpc/set_option?maxmem=XXXXXXXX
to set the value to what you want (replace the XXXXXXXXs with your value).
This should work for all config options.
PB
Samsung LE37B650T2WXXU; Liteon 5055GDL+ HDD/DVD Recorder; Playstation 3; Iomega Screenplay HD 500GB; Buffalo Linkstation Pro LS-320GL (running Twonky 6.0.30, SqueezeBox Server 7.6 and acting as a Print Server)
Re: How to set maxmem value?
Awesome. Worked like a charm.