Unable to change setting value

OS Name/Version: Ubuntu 18.04

Product Name/Version: AMP v2.4.0.4, built 10/09/2022 16:30

Problem Description:
When trying to modify a setting in server settings for Java memory heap I cannot enter any numbers. AMP simply returns the following error
“Could not change Memory Limit - The value for ‘Meta.GenericModule.MaxMemory’ must be at most 0”

I have tried entering numbers with a decimal place (ei 4192.0) which allows the value to be saved. Starting Project Zomboid doesn’t work, looking at the console there is a line stating “Invalid maximum heap size:”

I was able to set it to 0 but now I cannot change it to anything without a decimal .0 at the end which Java doesn’t like.

Known issue. It’s fixed in 2.4.0.6 Nightly.

Thanks for the fast reply, how does one get on the nightly build?

From SSH/Terminal run:
sudo su -l amp
ampinstmgr switch nightly

I found this link Nightly AMP builds are now available!
I was able to switch to nightly and adjust the settings. I really appreciate the assistance.