Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
8 subscribers
Views
1182 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Hello, We have come across an issue with the object conversion thresh
thanosm
over 9 years ago
Hello,
We have come across an issue with the object conversion threshold from the queryruleexec function.
Is there a way to increase that threshold? And if so, what should we keep in mind?
I have been searching through the documentation but i have not found something relating to this and the drawbacks might be to increasing this threshold.
Regards,
Thanos Michos
OriginalPostID-175263
OriginalPostID-175263
Discussion posts and replies are publicly visible
0
Eliot Gerson
Appian Employee
over 9 years ago
Thanos, we generally recommend that the threshold remain set to the default value. If you are bumping up against that threshold, I would advise that you review the query rule and see if you can improve the efficiency of it before you explore other options.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
chandhinir
over 9 years ago
Change the memory limit property value in the custom properties file but this is not a best practice.
#####################
#### Query Rules ####
#####################
## The amount of memory in bytes that will be consumed in the application server
## for a single query before the query is halted. Default is 1 MB.
conf.data.query.memory.limit=5242880
## The amount of time in seconds that a query will wait for a response from the
## database before timing out.
conf.data.query.timeout=20
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel