Sanath Kumar

Results 1 issues of Sanath Kumar

Here the entire file is read, that's a very expensive operation and can easily hit a MemoryError. https://github.com/F5Networks/f5-common-python/blob/0a16f6e10b29ba3bca1f1dabf9a6f8f5b438296c/f5/bigip/mixins.py#L272 To get the size, it might be better off to do: ```...

question