Whenever I attempt to utilize a JavaScript template on Eclipse, the program always freezes, displaying an error message stating: "Unhandled event loop exception Java heap space."
To troubleshoot this issue, I initiated a top command in Ubuntu for both the Eclipse and Java processes. Upon using auto-complete in Eclipse, I observed that the Java process skyrocketed to 100% CPU usage while memory remained at around 22%.
This problem appeared out of nowhere without any recent modifications to my Eclipse IDE...
Does anyone have any suggestions on how to resolve this?
UPDATE: I also realized that under the preferences window in: Javascript / Content Assist / Advanced, the selection for "Other Javascript Proposals" is enabled. Disabling this option resolved the issue. However, it resulted in missing content assist for variables and objects, thus only partially solving my dilemma.