That's a lot of code to review. You're probably going to have to do some
digging and narrow it down for us. I did see one problem, though:
class IS_BARCODE_AVAILABLE(object):
T = current.T
You can't use current in a class attribute (for the same reason it can't be
used at the top level of a module -- it's value will be fixed at the first
import, though it is a thread-local object that should change with every
request).
Anthony
On Thursday, October 13, 2016 at 9:28:44 PM UTC-4, [email protected]
wrote:
>
> Hello im an developing an opensource POS (link
> <https://github.com/francisco-betancourt/ctrlpyme4>) using web2py,
> everything is fine except that on my development environment and in a
> production server, my app memory usage grows without limits, it does not
> crash the server however sometimes i get python MemoryError's, things like
> error:
> unpack_from requires a buffer of at least 5 bytes
> <https://piorinails.com.mx/admin/errors/txc#> or postgres memory errors
> in the production server, in my development environment i see the memory
> grow by 3 to 6 MB for every request, i dont know what is causing this
> behavior, i am not using caching. any help appreciated.
>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.