Hi Elivers!
While I was reading the description of Elive Beta Download on website, I came across with "Max RAM allowed 3GB" for 32-bit machine. Up until now I believe that 32-bit system can support up to 4GB RAM.
So why 3GB, is it possible to run it on machine with 4GB RAM?
EDIT: The direct Answer is: Yes, it is possible to run Elive, even without PAE, with 4 GB or more installed. But only a little less than 3GB would be used.
But the MMU (Memory Management Unit) need to support it. Look at the manual for your motherboard, or the RAM compatibility list.
If >4GM RAM is supported, you'll just need to install a kernel with PAE support.
Check PAE on CPU Level: grep -w pae /proc/cpuinfo
Check PAE on kernel level: uname -r (There should be seen something like '-pae')
Search for supported kernels: apt search linux-image |grep pae
Some geekness: grep CONFIG_X86_PAE /lib/modules/$(uname -r)/build/.config