Add help when there is a MemoryError with API

Laurent Ghirardotti 2017-05-31 13:34:14 +02:00
parent 720fb05917
commit 92ac278b02

@ -19,6 +19,12 @@ s.share()
results_dict = s.results.dict()
```
### To avoid `MemoryError`
```
s.upload(pre_allocate=False)
```
### Set a mini server
```
s = speedtest.Speedtest()