You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/05/20 06:58:26 UTC

[GitHub] [nifi] djshura2008 commented on pull request #6053: NIFI-4239 - Adding CaptureChangePostgreSQL processor to capture data changes (INSERT/UPDATE/DELETE) from PostgreSQL tables via Logical Replication API

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
   
   Вот настройки моего процесса:
   ![изображение](https://user-images.githubusercontent.com/62784748/169470210-5937d210-e3a0-451c-a79e-6931e3650b09.png)
   ![изображение](https://user-images.githubusercontent.com/62784748/169470504-dd15bf5e-7b5b-4a4c-acb9-5f8e07985f15.png)
   ![изображение](https://user-images.githubusercontent.com/62784748/169470702-0fcf175b-b0f8-43f4-b2b1-278bb204c170.png)
   
   
   


-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org