Blender Git Loki
Git Commits -> Revision f68b2fd
Revision f68b2fd by Sergey Sharybin (master) January 10, 2018, 10:09 (GMT) |
RNA: Increase memory limit settings to their possible max on platform This is quite common to have 64GB memory now, and even 128. There is no reason to add any artificial caps on the cache and undo memory here. We can not protect against using too much memory in one cases and allow use of full computer potential in others. Now 32 bit will use 2GB max (as it used to be), but 64bit will use whatever number of megabytes fits into integer. Reviewers: campbellbarton, mont29 Subscribers: sebastian_k Differential Revision: https://developer.blender.org/D2972 |
Commit Details:
Full Hash: f68b2fd23312910fac1241d90f211b1bd41fc83c
Parent Commit: f061056
Lines Changed: +25, -2
1 Modified Path:
/source/blender/makesrna/intern/rna_userdef.c (+25, -2) (Diff)