FG
💻 Software

How to give Java run time more heap space?

Fresh5 days ago
Mar 15, 20265930 views
Confidence Score0%
0%

Problem

I am running PMD v4.2.5 on Windows 7 and it is running out of memory with the following error: How can I configure the JRE to allow the process to consume more memory? I have 4 GB of RAM and would hope that is enough.

Error Output

Exception in thread "Thread-4" java.lang.OutOfMemoryError: Java heap space

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to give Java run time more heap space?

Low Risk

Launch 'java' with option. e.g. Use to display options. The option is a non-standard option. Use to display a list of non-standard options.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment