mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
📎 Revert some changes related to build resource usage.
This commit is contained in:
parent
c44befb957
commit
e5d4755619
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
{:http {:port 3448}
|
||||
:nrepl {:port 3447}
|
||||
:jvm-opts ["-Xmx600m" "-Xms50m"
|
||||
"-XX:+UseZGC" "-XX:ConcGCThreads=1"
|
||||
"-XX:-OmitStackTraceInFastThrow"]
|
||||
:jvm-opts ["-Xmx700m" "-Xms100m" "-XX:+UseSerialGC" "-XX:-OmitStackTraceInFastThrow"]
|
||||
:dev-http {8888 "classpath:public"}
|
||||
|
||||
:source-paths ["src", "vendor", "resources", "../common", "tests", "dev"]
|
||||
|
|
Loading…
Add table
Reference in a new issue