Administer > Manage WebSphere Commerce features > Marketing > Collaborative filtering > WebSphere Commerce Recommendation Engine powered by LikeMinds > Background LikeMinds utilities > Sifter utility
Configure the sifter utility's priority list size
The priority list size dictates how many users to sift during a single batch. By default, the value is 10.
Procedure
- Stop the LikeMinds server inside the WebSphere Application Server.
- Use any database modification tool to enter the following SQL statement:
update lps_cfg set value='10' where name='xactionMentor.pri_list_size'
- Start the LikeMinds server inside the WebSphere Application Server.
Related concepts