abt size

what is the size of the jnode??how memory management takes place here??

Size

JNode takes about 57Mb of memory after startup. The graphics system adds much more. I recommend at least 256b of memory, but 1/2Gb is better.

Memory management; JNode uses a flat memory model without paging, all memory management is done the java style, a garbage collected heap.

Ewout

size limited by physical memory?

Sounds like the size is limited by the physical memory. Is this true?

Yes

This is correct.