mattcasters commented on issue #7583:
URL: https://github.com/apache/hop/issues/7583#issuecomment-5096356407
Warning example, for `hop run`:
```
2026/07/27 20:38:00 - HopRun - ERROR: System resource check failed for
environment 'data-hopper hop':
2026/07/27 20:38:00 - HopRun - JVM max memory (maxMemory/-Xmx) is 8192 MiB
but environment requires at least 16384 MiB
2026/07/27 20:38:00 - HopRun - Available processors is 16 but environment
requires at least 24
2026/07/27 20:38:00 - HopRun - Disk path '/tmp' has 130104 MiB free but
environment requires at least 1000000 MiB
```
Error example:
```
org.apache.hop.core.exception.HopException:
Error enabling project 'data-hopper hop'
FATAL: System resource check failed for environment 'data-hopper hop':
JVM max memory (maxMemory/-Xmx) is 8192 MiB but environment requires at
least 16384 MiB
Available processors is 16 but environment requires at least 24
Disk path '/tmp' has 130103 MiB free but environment requires at least
1000000 MiB
...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]