diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/user.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/user.ld b/config/user.ld index da1f8b5..de9adb1 100644 --- a/config/user.ld +++ b/config/user.ld @@ -9,7 +9,7 @@ PHDRS SECTIONS { - . = 1024M; + . = 2048M; user_start = .; |