Memory and Callable Args?

How large a size can Enigma handle for its callableArgs? Is it limited by a node’s memory?

The size is a little less than 32kb~ which is the max size of an Ethereum transaction.
See Geth code:


and this Q&A: