git: 202aea9c82ea - main - arm: tune vmparam.h towards a little more modern

Mark Millard marklmi at yahoo.com
Fri Jan 1 02:07:44 UTC 2021


Comparing the old and new 32-bit arm limits to arm64 . . .

arm:

-#define	MAXDSIZ		(512UL*1024*1024)	/* max data size */
+#define	MAXDSIZ		(1856UL*1024*1024)	/* max data size */

vs. arm64:

#define	MAXDSIZ		(1*1024*1024*1024)	/* max data size */

So arm64 now has a smaller MAXDSIZ than 32-bit arm.

Is that intensional?


===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)



More information about the dev-commits-src-main mailing list