Skip to content

Commit

Permalink
Temporarily use home/vcap/app folder for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ekremsekerci committed Feb 3, 2025
1 parent 17d1b6e commit 512ba1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/m2ee/m2ee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ m2ee:
[
"-Dfile.encoding=UTF-8",
"-Djava.io.tmpdir=/tmp",
"-XX:OnError=/tmp/on_error_script.sh",
"-XX:OnOutOfMemoryError=/tmp/on_oom.sh",
"-XX:OnError=/home/vcap/app/on_error_script.sh",
"-XX:OnOutOfMemoryError=/home/vcap/app/on_oom.sh",
]

jetty:
Expand Down

0 comments on commit 512ba1f

Please # to comment.