Skip to content

java.lang.OutOfMemoryError: Java heap space #2616

Answered by JakeCube
JakeCube asked this question in Q&A
Discussion options

You must be logged in to vote

Resolved by alternative way, by cleaning the queue task. Drop a solution here, hope can help others in future.

  1. docker exec -it {docker_name} sh
  2. psql -U postgres -d postgres
  3. UPDATE tolgee_batch_job SET status = 'CANCELLED' WHERE ID = {id};
  4. DELETE FROM tolgee_batch_job_chunk_execution WHERE status = 'PENDING';
  5. Exit from psql & docker
  6. docker restart {docker_name}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JanCizmar
Comment options

@JakeCube
Comment options

Answer selected by JakeCube
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants