Community
Participate
Working Groups
I'm not sure there is much harm, but noticed today that the JS IDE eclipse.ini has mx set to 512m ... probably copied over from Java EE IDE ... and there I wonder if 512m is enough! :/ ... but, Java has 384m, CPP has 384m (modeling has 512m). I suspect 384m is sufficient for JavaScript too. Actually, I wonder if we need an mx at all for JavaScript ... or, just "go with defaults"? Also, there might be some small risk in changing it, since some workspaces that were working simply might not work anymore if a user moved up to a newer version with less MX. Plus, only harm, that I know of, of being set "too high" would be users would "run out" of physical memory, not be able to run as many apps or instances, etc., if set way too high. So, unless end users complain, probably best not to change it. But, thought I'd open this issue just to document it, and see if anyone else knew of any implications.
I'd say we need at *least* as much as Java given the way our models work, and very likely more. 512M seems like a decent value.
that's good enough for me! Thanks