Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148336535
D27218.id79553.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
764 B
Referenced Files
None
Subscribers
None
D27218.id79553.diff
View Options
Index: sys/arm/include/vmparam.h
===================================================================
--- sys/arm/include/vmparam.h
+++ sys/arm/include/vmparam.h
@@ -50,13 +50,13 @@
#define DFLDSIZ (128UL*1024*1024) /* initial data size limit */
#endif
#ifndef MAXDSIZ
-#define MAXDSIZ (512UL*1024*1024) /* max data size */
+#define MAXDSIZ (1856UL*1024*1024) /* max data size */
#endif
#ifndef DFLSSIZ
-#define DFLSSIZ (2UL*1024*1024) /* initial stack size limit */
+#define DFLSSIZ (4UL*1024*1024) /* initial stack size limit */
#endif
#ifndef MAXSSIZ
-#define MAXSSIZ (8UL*1024*1024) /* max stack size */
+#define MAXSSIZ (64UL*1024*1024) /* max stack size */
#endif
#ifndef SGROWSIZ
#define SGROWSIZ (128UL*1024) /* amount to grow stack */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 18, 5:45 AM (1 m, 58 s ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29885350
Default Alt Text
D27218.id79553.diff (764 B)
Attached To
Mode
D27218: arm: tune vmparam.h towards a little more modern
Attached
Detach File
Event Timeline
Log In to Comment