Page 1 of 1
How to set maxmem value?
Posted: Sat Sep 12, 2009 12:43 am
by gruven
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?
Posted: Sat Sep 12, 2009 10:21 am
by PeeBee
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
Re: How to set maxmem value?
Posted: Wed Sep 16, 2009 9:47 pm
by gruven
Awesome. Worked like a charm.