professor_snape
professor_snape
TTwenty
Created by Vatsal Kumar on 10/14/2024 in #❓︱help
Issue in Local Setup(Database)
Yes this should have worked
17 replies
TTwenty
Created by Vatsal Kumar on 10/14/2024 in #❓︱help
Issue in Local Setup(Database)
I guess the changes were not made permanently
17 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
Yes, I have redis installed. But do I need to anything additional in order to get metadata cached in redis.
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
No issues ! 🫡
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
But why this metadata version not found keeps on coming in the server terminal. Frontend is running fine.
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
That heap memory is resolved by increasing the memory upto 4 GB. Thanks for that
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
No description
43 replies
TTwenty
Created by Vatsal Kumar on 10/14/2024 in #❓︱help
Issue in Local Setup(Database)
my pleasure
17 replies
TTwenty
Created by Vatsal Kumar on 10/14/2024 in #❓︱help
Issue in Local Setup(Database)
Make sure you have redis installed and then try again.
17 replies
TTwenty
Created by Vatsal Kumar on 10/14/2024 in #❓︱help
Issue in Local Setup(Database)
Is redis installed ?
17 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
I have run both frontend and backend in different terminals.
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
No description
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
And server still not running I guess. See below
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
Although frontend has started running. But why this memory limit error occuring ?
43 replies
TTwenty
Created by professor_snape on 10/13/2024 in #❓︱help
Help with setting twenty locally !
No description
43 replies
TTwenty
Created by Vatsal Kumar on 10/14/2024 in #❓︱help
Issue in Local Setup(Database)
Apply the changes: Apply the changes without rebooting by running: sudo sysctl -p
17 replies
TTwenty
Created by Vatsal Kumar on 10/14/2024 in #❓︱help
Issue in Local Setup(Database)
Make the change permanent: To make sure the new limit persists after a reboot, add the following line to the /etc/sysctl.conf file: echo 'fs.inotify.max_user_watches=524288' | sudo tee -a /etc/sysctl.conf
17 replies
TTwenty
Created by Vatsal Kumar on 10/14/2024 in #❓︱help
Issue in Local Setup(Database)
Increase the limit: To increase the limit, run this command to set it to a higher value (e.g., 524288): sudo sysctl fs.inotify.max_user_watches=524288
17 replies
TTwenty
Created by Vatsal Kumar on 10/14/2024 in #❓︱help
Issue in Local Setup(Database)
You need to increase the system’s limit for file watchers. Follow these steps: Check the current limit: To check how many file watchers your system currently allows, run the following command: cat /proc/sys/fs/inotify/max_user_watches
17 replies
TTwenty
Created by Vatsal Kumar on 10/14/2024 in #❓︱help
Issue in Local Setup(Database)
Yes, you need to change the number of watchers.
17 replies