mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Added warning on memory use of tcl/tk
This commit is contained in:
parent
476d568785
commit
4bffb8b3b5
1 changed files with 4 additions and 2 deletions
|
@ -22,8 +22,10 @@ compatability calls yourself and send me the results.
|
||||||
If you don't have enough memory: the sizes choosen are somewhat arbitrary.
|
If you don't have enough memory: the sizes choosen are somewhat arbitrary.
|
||||||
Try lowering them and seeing whether the resulting python is still usable.
|
Try lowering them and seeing whether the resulting python is still usable.
|
||||||
Note, however, that python running out of memory may result in your mac
|
Note, however, that python running out of memory may result in your mac
|
||||||
freezing. I don't fully understand yet why the mac freezes instead of doing
|
freezing. If this happens I would like to hear of it.
|
||||||
something a little less drastic.
|
|
||||||
|
Note that if you're using Tk you might want to raise the memory size, tcl
|
||||||
|
and tk are quite a memory hog.
|
||||||
|
|
||||||
PowerPC Macintosh instructions
|
PowerPC Macintosh instructions
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue