2

To be honest, I'm completely not proficient with git,

I would appreciate and thank you for the time if you're going to help me Everytime I issue an artisan command, It won't issue, what could be the possible answer

this command

$ php artisan config:cache
VirtualAlloc() failed: [0x000005af] The paging file is too small for this operation to complete.

These are related to this problems that I also had,

how do I restore to a previous version wherein the .env file is available

How do I recover a .env file that was gone after I commited a .gitignore

But, I was able to find a way to recover to those different versions

TheBAST
  • 2,680
  • 10
  • 40
  • 68
  • What's the output of `php artisan --version` ? – FullStackOfPancakes Nov 10 '19 at 02:41
  • Also.. if you just made a mistake in a git commit, you have options there as well. [Here is a good read](https://www.git-tower.com/learn/git/faq/undo-last-commit) with some helpful commands, or of course you can brush up [here](https://www.atlassian.com/git/tutorials/undoing-changes/git-revert) as well. – FullStackOfPancakes Nov 10 '19 at 02:45
  • @UkraineInTheMembrane, it's not even displaying results, it's stucks for like 10 minutes, I mean it's the slowest command in the world... – TheBAST Nov 10 '19 at 02:51
  • I've already edited the memory_limit=-1 so I'd have no memory limit in my project.. – TheBAST Nov 10 '19 at 02:53
  • $ php artisan config:cache VirtualAlloc() failed: [0x000005af] The paging file is too small for this operation to complete. – TheBAST Nov 10 '19 at 03:05

0 Answers0