jglamine / phamdb

Quickly create and modify Phamerator databases.
GNU General Public License v3.0
5 stars 5 forks source link

Related to the closed issues "Jobs stuck in queue #5" #12

Open susanruimingao opened 5 years ago

susanruimingao commented 5 years ago

Hello, I understand that this "Jobs stuck in queue #5" issue has been closed. Unfortunately I encountered the same problem two years later. As I am quite new to PhamDB and rabbitmq, could you kindly tell me how I can view the rabbitmq log please? I would like to know if I have the similar "low memory alarm set by rabbitmq".

Sorry for two more simple questions: 1: where can I assess this "mysql> select * from job"? 2: How can I temporarily raise the threshold to 0.7 of total memory : rabbitmqctl set_vm_memory_high_watermark 0.7

Is it manipulated in the VirtualBox terminal, Docker Toolbox or Kitematic?

Many thanks for your time and kind response.

jglamine commented 5 years ago

Thanks for such a polite request. Phamdb isn't really maintained anymore - it was a school project I did 3 years ago.

I don't have tons of time to try things out myself which means I can't give very detailed instructions. Also since this was 3 years ago my memory is fuzzy.

In general, you're going to want to find a way to log into the docker machine with a bash or sh terminal. After that you should be able to poke around and find the logs, connect to the database, ext.

If you're running this on windows you'll have to log into the virtual machine and then log into docker.

Sorry I can't be more helpful than that. Good luck!

On Tue, Oct 16, 2018, 9:18 AM susanruimingao notifications@github.com wrote:

Hello, I understand that this "Jobs stuck in queue #5 https://github.com/jglamine/phamdb/issues/5" issue has been closed. Unfortunately I encountered the same problem two years later. As I am quite new to PhamDB and rabbitmq, could you kindly tell me how I can view the rabbitmq log please? I would like to know if I have the similar "low memory alarm set by rabbitmq".

Sorry for two more simple questions: 1: where can I assess this "mysql> select * from job"? 2: How can I temporarily raise the threshold to 0.7 of total memory : rabbitmqctl set_vm_memory_high_watermark 0.7

Is it manipulated in the VirtualBox terminal, Docker Toolbox or Kitematic?

Many thanks for your time and kind response.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jglamine/phamdb/issues/12, or mute the thread https://github.com/notifications/unsubscribe-auth/AA0sE5nxduLniQf-ZUihg3_ne7StGj2Nks5ulgbfgaJpZM4Xet4x .

susanruimingao commented 5 years ago

Appreciate your kind explanations and instructions. It definitely helps me for my further exploration!