Forum Discussion
mrintzler
Nimbostratus
Nov 23, 2010iRule with table apparently leaking memory
We have an apparent memory leak that, according to F5, is the result of an iRule. We are using the 10.1 table command, with all entries set to a max life timeout of 1 hour. However, memory on our un...
Kevin_Davies_40
Nacreous
Nov 30, 2010I dont think we are seeing the whole picture here. As Aaron said $webapp_session is not defined anywhere.
table timeout webapp:$webapp_session 3600
table lifetime webapp:$webapp_session 3600
The table key has not yet been defined (did you remove the command?) and you cannot update the lifetime once it has been set. Both those commands should have the key name in quotes. Also because you are using a webapp prefix I suggest you wrap the variable reference in {} for clarity and prevent misreferences. "webapp:${webapp_session}"
Regards
Jarv
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects