mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 04:38:14 +00:00
📎 Revert some changes related to build resource usage.
This commit is contained in:
parent
c44befb957
commit
e5d4755619
@ -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…
x
Reference in New Issue
Block a user