joaomalho commented on issue #4212:
URL: https://github.com/apache/hop/issues/4212#issuecomment-2293885167
I agree, and I anticipate encountering scenarios in our project that will
involve handling large data sizes. I'm also considering various workarounds,
such as using Python processes with CSV, binary, or Feather formats or even in
java. However, these are merely temporary solutions to the planned
architecture. Additionally, this solution will be deployed on a server machine.
As far i understood your request:
**hop-conf.sh:**
`# Settings for all OSses
#
if [ -z "$HOP_OPTIONS" ]; then
HOP_OPTIONS="-Xmx2048m"
fi`
The rest are attached.
[hop-config-copy.json](https://github.com/user-attachments/files/16639754/hop-config-copy.json)
Thank you in advance.
--
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]