djshura2008 commented on PR #6053: URL: https://github.com/apache/nifi/pull/6053#issuecomment-1132542665
I have a problem. I have a clean nifi running through docker, I use these settings for bootstrap.config # JVM memory settings java.arg.2=-Xms2048m java.arg.3=-Xmx4096m Initially, docker stat displays: CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PINS 5017cf957d26 nifi_docker 0.60% 2.185GiB / 7.771GiB 28.12% 40.5 kB / 121kB 757MB / 995kB 109 But as soon as I start the process for a table weighing 370 MB, docker stat displays: CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PINS 5017cf957d26 nifi_docker 26.17% 4.985GiB / 7.771GiB 64.15% 1.15 GB / 26.4 MB 767MB / 1.01 MB 113 And also I'm starting to get the error: Java heap space Вот настройки моего процесса:    -- 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]
